 body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("img (1)/fundosite\ \(1\).png");
    background-attachment: fixed;
    background-size: 100%;
    height: 2000px;
    line-height: 1.6;
    color: aliceblue;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 1000;
    background-color: rgba(130, 196, 240, 0.199);
}

.logo img {
    height: 70px;
}


header h1 {
    margin-right: 100px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.3s;
    padding: 0;
    font-size: 24px;
    color:#000000;
}


header h1:hover {
    color: rgb(218, 136, 134);
}


.img {
    margin-top: 100px;
    text-align: center;
}


.img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}


.h1 h1 {
    margin: 10px 0 10px;
    font-size: 30px;
    text-align: center;
    padding: 100px 0 20px;
    color: aliceblue;
}

.texto-gradiente {
  background:  #2941af;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  display: inline-block;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 45px;
  
}

.texto-normal {
  color: aliceblue;
  font-weight: normal;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 35px;

}

.h2 h2{
  padding: 100px 0 1px;
  text-align: center;
  font-size: 20px;
  color: aliceblue;
}


p{
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 25px;
}

.button {
    border-radius: 40px;
    background-color: #bacee600;
    border: 2px solid rgba(255, 255, 255, 0);
    height: 60px;
    width: 60px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 50px;
    cursor: pointer;
    padding: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.button img {
    height: 80px; 
    width: 80px;
    margin: 0;
    object-fit: contain; 
}


.container {
  display: flex; 
  justify-content: space-between; /* Mude para space-between */
  align-items: center;
  padding: 0 30px; /* Adicione padding lateral */
  color: aliceblue;
  gap: 20px;
  flex-direction: row;
}

.container-contatos {
  display: flex;
  flex-direction: column; /* Coloca um embaixo do outro */
  align-items: center; /* Centraliza horizontalmente */
  gap: 15px; /* Espaço entre os itens */
  color: aliceblue;
  margin: 10px 0;
}

.contato-item {
  display: flex;
  align-items: center; /* Alinha ícone e texto na mesma linha */
  gap: 12px; /* Espaço entre ícone e texto */
  font-size: 10px;
}

.icone-contato {
  width: 5px; /* Ícone menor */
  height: 5px;
  object-fit: contain;
}

.card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.container-contatos {
  display: flex;
  flex-direction: row; /* Mude para row - na mesma linha */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  gap: 50px; /* Espaço entre os itens */
  color: aliceblue;
  margin: 10px 0;
  flex-wrap: wrap; /* Permite quebrar linha em telas menores */
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contato-item img {
  width: 30px;
  height: 30px;
}

.contato-item p {
  margin: 0;
  font-size: 20px;
}

.texto-esquerda {
  flex: 1; 
  max-width: 50%; 
  margin-left: 100px;
}

.texto-esquerda p{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 25px;
  text-align: left;
  margin: 0;
}

.linha-divisoria{
  background:linear-gradient(to right, transparent, #000000, transparent);
  width: 95%;
  height: 1px;
  margin: 40px auto;
}

.container p{
  justify-content: none;
  margin: 0;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px; 
  margin-right: 50px;
}

.visualizar-btn {
  border-radius: 90px;
  background-color: rgba(209, 153, 255, 0.87);
  border: 2px solid rgba(209, 153, 255, 0.87);
  color: aliceblue;
  height: 50px;
  width: 200px; 
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  cursor: pointer;
  padding: 0 20px ; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px; 
  text-decoration: none;
  transition: all 0.4s ease;
}

.visualizar-btn:hover {
  background-color: #b0d2f7;
  color: aliceblue;
  border-color:  #b0d2f7;
  transform: translateY(-2px);
}

.visualizar-btn img {
  display: none;
}


.imagem-circular {
  width: 350px; /* Tamanho do círculo */
  height: 350px;
  border-radius: 50%; /* Torna circular */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.774);
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); /* Sombra do card */
  cursor: pointer;
  transition: all 0.4s ease; /* Transição suave */
  position: relative;
  margin-right: 100px;
}

.imagem-circular img {
  width: 100%; /* Mude de 10000px para 100% */
  height: 100%; /* Mude de 10000px para 100% */
  object-fit: cover; /* Preenche o círculo sem distorcer */
  transition: transform 0.6s ease; /* Transição do zoom */
  border-radius: 50%; /* Garante que a imagem seja circular */
}

.imagem-circular:hover {
  transform: scale(1.01); /* Aumenta leve o card */
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6); /* Sombra mais intensa */
  border-color: rgba(209, 153, 255, 0.6); /* Borda colorida no hover */
}

.imagem-circular:hover img {
  transform: scale(1.2); /* Zoom da imagem */
}

* {
    box-sizing: border-box; 
}

.carrossel {
  width: 100%;            
  height: 40vh;           
  max-height: 600px;        
  position: relative;
  overflow: hidden;  
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  border-radius: 10px;    
  margin: 20px auto;
}

.slides {
  display: flex;
  width: 500%;              
  height: 100%;
  transition: transform 0.6s ease;
}

.slide {
  width: 20%;              
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;        
}
input[type="radio"] {
  display: none;
}

#s1:checked ~ .slides { transform: translateX(0%); }
#s2:checked ~ .slides { transform: translateX(-20%); }
#s3:checked ~ .slides { transform: translateX(-40%); }


.navegacao {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.navegacao label {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

input:checked + label {
  background: #fff;
  transform: scale(1.2);
}

footer {
  background-color: #b38cfda2;     
  color: #ffffff;                
  text-align: center;         
  padding: 20px;              
  margin-top: 100px;        
}
